home *** CD-ROM | disk | FTP | other *** search
- BasicEditor = {
- ACTIONS = {
- clear:;
- enableEditFormulaButton:;
- };
- OUTLETS = {
- optionBox;
- editFormulaButton;
- calculatedSwitch;
- notEmptySwitch;
- defaultBox;
- };
- SUPERCLASS = Editor;
- };
- RichTextEditor = {
- ACTIONS = {
- clear:;
- enableEditFormulaButton:;
- };
- OUTLETS = {
- uniqueSwitch;
- defaultField;
- };
- SUPERCLASS = BasicEditor;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- FakeDB = {
- ACTIONS = {
- createFakeFor:;
- };
- SUPERCLASS = Object;
- };
- GeneralEditor = {
- ACTIONS = {
- enableEditFormulaButton:;
- enableEditListButton:;
- clear:;
- runListView:;
- };
- OUTLETS = {
- notEmptySwitch;
- rangeHideView;
- defaultTitle;
- useListSwitch;
- calculatedSwitch;
- optionBox;
- defaultField;
- editEntryListButton;
- rangeTitle;
- fixedListSwitch;
- rangeFields;
- listView;
- rangeHolder;
- tempValueList;
- toFromMatrix;
- rangeSuperview;
- uniqueSwitch;
- editFormulaButton;
- };
- SUPERCLASS = Editor;
- };
- Editor = {
- ACTIONS = {
- runCalculatedEditor:;
- updateButtons:;
- runListView:;
- };
- OUTLETS = {
- editorView;
- textDelegate;
- };
- SUPERCLASS = Object;
- };
-